[stable/postgresql] Fixed service name to be able to override it#1910
[stable/postgresql] Fixed service name to be able to override it#1910rodcloutier wants to merge 1 commit intohelm:masterfrom
Conversation
|
Hi @rodcloutier. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
After #1777 you can refer to the postgres service using Closing this PR, but feel free to reopen if the above doesn't work for you. |
Changed the name of the service to not use the name of the release.
This currently prevents the chart from being used as requirements since addressing the service from another chart requires to know the name of the future release.
Given an umbrella chart that would provide both
postgresqland another chart that would usepostgresql:If my-chart has the following required values (to find the
postgresqlservice):The proposed changed would allow: